rat a;
int b;
rat c;
b = 2;
a = 3/9;
c = a ** b;
afficher(c);
afficher(a**b);
afficher(3/9**2);